home *** CD-ROM | disk | FTP | other *** search
- .key LISTS/A,DBS/A
- .bra {
- .ket }
-
- ; Start MovieMUI, set pathnames, save them and have the database installed
-
- Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
-
- run MovieMUI QUIET
- WaitForPort MOVIEMUI
-
- rx 'address MOVIEMUI SETPATH LIST "{LISTS}"'
- rx 'address MOVIEMUI SETPATH DBS "{DBS}"'
- rx "address MOVIEMUI SAVEPREFS"
- rx "address MOVIEMUI SHOW"
- rx "address MOVIEMUI UPDATE"
-